Tag.this

Creates a GtkSourceTag.

Configure the tag using object arguments, i.e. using [method@GObject.Object.set].

For usual cases, [method@Buffer.create_source_tag] is more convenient to use.

  1. this(GtkSourceTag* gtkSourceTag, bool ownedRef)
  2. this(string name)
    class Tag
    this
    (
    string name
    )

Parameters

name string

tag name, or %NULL.

Return Value

a new GtkSourceTag.

Throws

ConstructionException GTK+ fails to create the object.

Meta